home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000141_brent@hebron.connected.com_Wed Dec 22 10:30:07 1993.msg < prev    next >
Internet Message Format  |  1994-10-11  |  3KB

  1. Received: from hebron.connected.com by cs.umb.edu with SMTP id AA10046
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 22 Dec 1993 21:51:59 -0500
  3. Received: by hebron.connected.com id <13260>; Wed, 22 Dec 1993 18:30:14 -0800
  4. From: Brent Ewing <brent@hebron.connected.com>
  5. To: tex-k@cs.umb.edu
  6. Subject: Hi!
  7. Message-Id: <93Dec22.183014pst.13260@hebron.connected.com>
  8. Date:     Wed, 22 Dec 1993 18:30:07 -0800
  9.  
  10. Received: from rse1.ee.nsysu.edu.tw ([140.117.54.51]) by hebron.connected.com with SMTP id <13290>; Wed, 22 Dec 1993 10:51:35 -0800
  11. Received: by rse1.ee.nsysu.edu.tw; id AA03160; Thu, 23 Dec 1993 02:50:53 +0800
  12. Date:    Wed, 22 Dec 1993 10:50:53 -0800
  13. From:    Mail Delivery Subsystem <MAILER-DAEMON@rse1.ee.nsysu.edu.tw>
  14. Subject: Returned mail: unknown mailer error 1
  15. Message-Id: <9312221850.AA03160@rse1.ee.nsysu.edu.tw>
  16. To:    brent@hebron.connected.com
  17. Status: R
  18.  
  19.    ----- Transcript of session follows -----
  20. binmail:creating /usr/spool/mail/cwkuo -: Too many levels of symbolic links
  21. Mail saved in dead.letter
  22. 554 <cwkuo@rse1.ee.nsysu.edu.tw>... unknown mailer error 1
  23.  
  24.    ----- Unsent message follows -----
  25. Received: by rse1.ee.nsysu.edu.tw; id AA03158; Thu, 23 Dec 1993 02:50:53 +0800
  26. Received: from hebron.connected.com by cs.umb.edu with SMTP id AA17013
  27.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 22 Dec 1993 13:37:09 -0500
  28. Received: by hebron.connected.com id <13286>; Wed, 22 Dec 1993 10:35:38 -0800
  29. From: Brent Ewing <brent@hebron.connected.com>
  30. To: tex-k@cs.umb.edu
  31. Subject: Hi!
  32. Message-Id: <93Dec22.103538pst.13286@hebron.connected.com>
  33. Date:     Wed, 22 Dec 1993 10:35:33 -0800
  34.  
  35.                 December 22, 1993
  36.  
  37. Dear Karl,
  38.  
  39.   I installed xdvik-1.4 on an SGI Indigo R3000 with IRIX 4.0.5F and
  40. the ANSI C 2.0.4 compiler yesterday.  It worked well except for two
  41. peculiar interactions with MakeTeXPK (MakeTeXPK invoked automatically).
  42.   It appeared that the xdvi program wanted font pixel files at 328 pixels
  43. but the MetaFont program created files at 329 pixels. So each time xdvi
  44. ran on the same dvi file it repeated the calls to MakeTeXPK.  I believe
  45. I removed the confusion by modifying a float-to-integer conversion in the
  46. file font-open.c.  In the function font_open, I changed the
  47. kpse_find_glyph_format function call to
  48.  
  49.    kpse_find_glyph_format( font, (unsigned)( dpi + 0.5 ),
  50.                            kpse_any_glyph_format, &file_ret );
  51.  
  52.   Also, unless I defined the environment variable XDVIFONTS with the pixel
  53. file subdirectory, xdvi invoked MakeTeXPK, and MakeTeXPK, knowing the
  54. path to the pixel file independently and explicitly, announced that the
  55. files already existed.  After calling MakeTeXPK, the xdvi program seemed
  56. to find the pixel files and it ran great, but the monologues from MakeTeXPK
  57. appeared pointless.  (The texfontdir variable in the Makefiles for both
  58. xdvik and kpathsea were correctly defined as /usr/local/lib/tex/fonts and
  59. the pixel files are in the subdirectory /usr/local/lib/tex/fonts/pk.) I
  60. suppose that the kpathsea functions are meant to search down the tex font
  61. directory tree, so I figure that xdvi is meant to find these fonts in the
  62. pixel file subdirectory.  But maybe I'm wrong.  Anyway, I gave up on this
  63. one when I found that defining XDVIFONTS stopped the chatter.
  64.   I appreciate your efforts in making this great program available to people
  65. like me: I save lots of paper and time using xdvi - thank you.
  66.  
  67.                 Best Wishes,
  68.                 Brent Ewing
  69.  
  70.